Version

FilteredCollection<T> Class Members

The following tables list the members exposed by FilteredCollection<T>.

Public Constructors
 NameDescription
Public ConstructorFilteredCollection<T> ConstructorCreates a new FilteredCollection<T> instance.  
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the filtered collection.  
Public PropertyItemGets the item at the specified index in the filtered collection.  
Public Methods
 NameDescription
Public MethodApplyFilterFilters the items with the specified predicate, or null to remove the filter.  
Public MethodContainsReturns whether the filtered collection contains the specified item.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the filtered collection.  
Public MethodIndexOfReturns the index of the item in the filtered collection.  
Public Events
 NameDescription
Public EventCollectionChangedOccurs when the collection's filter is changed.  
See Also